c# webclient accept all certificates

53

c# webclient accept all certificates -

ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };

Comments

Submit
0 Comments